home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme1y.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-08-07  |  1.5 KB  |  81 lines

  1. object Form1: TForm1
  2.   Left = 241
  3.   Top = 333
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Crackme v1.0'
  7.   ClientHeight = 133
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 257
  20.     Height = 89
  21.     Caption = 'Registration Information'
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 24
  26.       Width = 104
  27.       Height = 13
  28.       Caption = 'Enter your name here:'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 32
  32.       Top = 56
  33.       Width = 77
  34.       Height = 13
  35.       Caption = 'And the serial is:'
  36.     end
  37.     object Edit1: TEdit
  38.       Left = 120
  39.       Top = 16
  40.       Width = 121
  41.       Height = 21
  42.       TabOrder = 0
  43.     end
  44.     object Edit2: TEdit
  45.       Left = 120
  46.       Top = 48
  47.       Width = 121
  48.       Height = 21
  49.       TabOrder = 1
  50.     end
  51.   end
  52.   object Button1: TButton
  53.     Left = 8
  54.     Top = 104
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Check!'
  58.     Default = True
  59.     TabOrder = 1
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 96
  64.     Top = 104
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Info'
  68.     TabOrder = 2
  69.     OnClick = Button2Click
  70.   end
  71.   object Button3: TButton
  72.     Left = 184
  73.     Top = 104
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'I give up!'
  77.     TabOrder = 3
  78.     OnClick = Button3Click
  79.   end
  80. end
  81.